IdeaBlade DevForce 2010 Help Reference
Item(String) Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > NamedElementCollection<T> Class > Item Property : Item(String) Property



name
Base version throws an exception when not found. This version returns null;

Syntax

Visual Basic (Declaration) 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal name As String _
) As T
Visual Basic (Usage)Copy Code
Dim instance As NamedElementCollection(Of T)
Dim name As String
Dim value As T
 
value = instance.Item(name)
C# 
public new T Item( 
   string name
) {get;}
C++/CLI 
public:
new property T^ Item {
   T^ get(String^ name);
}

Parameters

name

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.